Syntax
'Declaration
Public Overloads Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As BaseRule, _
ByVal As System.Collections.Generic.IComparer(Of BaseRule) _
) As System.Integer
public System.int BinarySearch(
System.int ,
System.int ,
BaseRule ,
System.Collections.Generic.IComparer<BaseRule>
)
Parameters
- index
- count
- item
- comparer
See Also